home *** CD-ROM | disk | FTP | other *** search
- InfoController = {
- ACTIONS = {"animate:" = "animate:"; };
- OUTLETS = {boingAnimator = boingAnimator; controlButton = controlButton; };
- SUPERCLASS = Object;
- };
- ConfigureApp = {ACTIONS = {"installDriver:" = "installDriver:"; }; SUPERCLASS = Application; };
- Animator = {
- ACTIONS = {"reset:" = "reset:"; "start:" = "start:"; "stop:" = "stop:"; };
- OUTLETS = {delegate = delegate; };
- SUPERCLASS = View;
- };
- Configurator = {
- ACTIONS = {
- "categoryChosen:" = "categoryChosen:";
- "createBootDisk:" = "createBootDisk:";
- "editTable:" = "editTable:";
- "save:" = "save:";
- };
- OUTLETS = {
- alldevices = alldevices;
- buttons = buttons;
- infotext = infotext;
- summaryView = summaryView;
- typematrix = typematrix;
- window = window;
- };
- SUPERCLASS = Object;
- };
- FirstResponder = {ACTIONS = {}; SUPERCLASS = Object; };
-